min

pure function min(value: decimal): decimal

Returns the lesser of this and another decimal value; i.e. value if value is less than this, or this decimal otherwise.

Return

the lesser of value and this decimal

Since

0.9.1

Parameters

value

the value to compare against